Set ID on css node right away
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 04:15:53 +0000 (23:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 04:18:06 +0000 (23:18 -0500)
commit31e97b33e123f776dcec4a6d51ec4522f9cb3684
treec092ab04aaef0954788c102d3a484b8960054dda
parent0042f9b41484ea223ab24b94ffc529c4c5ecc231
Set ID on css node right away

Previously, the ID was only set on the CSS node as a side-effect
of calling gtk_widget_get_style_context. This was showing up
in CSS style tests as nodes lacking their IDs.
gtk/gtkwidget.c